home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / angry / intro.dir / 00013_Script_tomasRoll < prev    next >
Text File  |  1999-03-01  |  427b  |  22 lines

  1.  
  2. on mouseEnter me
  3.   puppetSound 3, "shortTom"
  4.   
  5.   --  set the rect of sprite 2 = rect(423, 105, 623, 131)
  6.   --  set the loc of sprite 2 = point(423, 105)
  7. end
  8.  
  9. --
  10. --on mouseLeave me
  11. --  set the rect of sprite 2 = rect(423, 105, 623, 131)
  12. --  set the loc of sprite 2 = point(1500, 1500)
  13. --end
  14.  
  15. on mouseDown me
  16.   cursor -1
  17.   repeat with x = 1 to 6
  18.     puppetSound x, 0
  19.   end repeat
  20.   go to movie "tomas"
  21. end
  22.